The Source Control Integration API > The source control integration API optional functions > SCS_GetNewFeatures() |
![]() ![]() ![]() |
Description
Returns a list of menu items to add to the Dreamweaver main and context menus. For example, the Sourcesafe DLL could add History and File Differences to the main menu.
Arguments
menuItemList
, menuItemList
, enablerList
, numNewFeatures
![]() |
menuItemList is a string list populated by the DLL; it specifies the menu items to add to the main and context menus. Each string can contain a maximum of 32 characters. |
![]() |
functionList is populated by the DLL; it specifies the routines in the DLL to call when the user chooses the corresponding menu item. |
![]() |
enablerList is populated by the DLL; it specifies the routines in the DLL to call when Dreamweaver needs to determine whether the corresponding menu item is enabled. |
![]() |
numNewFeatures is the number of items being added by the DLL; this is retrieved from the GetNumNewFeatures() call. |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |